home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00028.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  288 b   |  15 lines

  1. on exitFrame
  2.   go(marker(0))
  3.   puppetSprite(4, 1)
  4.   if rollOver(4) then
  5.     set the castNum of sprite 4 to 106
  6.     exit
  7.   end if
  8.   if rollOver(5) then
  9.     set the movieTime of sprite 5 to 100
  10.     exit
  11.   end if
  12.   set the castNum of sprite 4 to 102
  13.   set the movieTime of sprite 5 to 0
  14. end
  15.